home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMLOOPPROCESSES / TFRMLOOPPROCESSES.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.4 KB  |  102 lines

  1. inherited frmLoopProcesses: TfrmLoopProcesses
  2.   Left = 354
  3.   Top = 249
  4.   HelpContext = 57
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited img1616: TImage
  14.       Top = 60
  15.       Height = 12
  16.       Picture.Data = {<image000.ico>}
  17.     end
  18.     inherited memActionDesc: TMemo
  19.       Lines.Strings = (
  20.         
  21.           'Loops through the filenames of the processes (applications) that' +
  22.           ' are currently '
  23.         
  24.           'running on the system.  The variable specified in the Index para' +
  25.           'meter is updated '
  26.         
  27.           'with the process filename.  With each successive loop, the next ' +
  28.           'process filename '
  29.         
  30.           'is retrieved.  The loop ends after all the process filenames hav' +
  31.           'e been retrieved or '
  32.         'when a Break is encountered.')
  33.     end
  34.   end
  35.   inherited pnlCenter: TPanel
  36.     inherited pgcControlPage: TPageControl
  37.       inherited tbsAM5Main: TTabSheet
  38.         object lnlIndex: TLabel
  39.           Left = 10
  40.           Top = 16
  41.           Width = 255
  42.           Height = 13
  43.           AutoSize = False
  44.           Caption = 'Populate &variable with process name:'
  45.           FocusControl = cboIndexVar
  46.         end
  47.         object cboIndexVar: TAM5VarListComboBox
  48.           Left = 10
  49.           Top = 32
  50.           Width = 224
  51.           Height = 21
  52.           ItemHeight = 13
  53.           TabOrder = 0
  54.         end
  55.         object chkNoPaths: TCheckBox
  56.           Left = 10
  57.           Top = 65
  58.           Width = 441
  59.           Height = 17
  60.           Caption = 'Do not include &path information (filename only)'
  61.           TabOrder = 1
  62.         end
  63.       end
  64.     end
  65.   end
  66.   inherited taclKeyboardTrap: TActionList
  67.     Left = 200
  68.   end
  69.   inherited dxSIBarManager: TdxBarManager
  70.     Categories.ItemsVisibles = (
  71.       2)
  72.     Categories.Visibles = (
  73.       True)
  74.     PopupMenuLinks = <
  75.       item
  76.         Control = lsvAM5Errors
  77.         PopupMenu = dxCheckPopup
  78.       end>
  79.     DockControlHeights = (
  80.       0
  81.       0
  82.       0
  83.       0)
  84.   end
  85.   inherited dxCheckPopup: TdxBarPopupMenu
  86.     ItemLinks = <
  87.       item
  88.         Item = itmCheckAllErrors
  89.         UserGlyph.Data = {00000000}
  90.         Visible = True
  91.       end
  92.       item
  93.         Item = itmCheckNoErrors
  94.         UserGlyph.Data = {00000000}
  95.         Visible = True
  96.       end>
  97.   end
  98.   inherited IvTranslator1: TIvTranslator
  99.     Left = 232
  100.   end
  101. end
  102.